/* General Demo Style 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*/


/* *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }



@media screen and (max-width: 46.0625em) {

}

@media screen and (max-width: 25em) {
.codrops-icon span {
		display: none;
	}

}


/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 32px;
	height:32px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 32px;
	margin: 0;
	z-index: 100;
	padding: 0px 0px 0px 10px;
	font-family: inherit;
	font-size: 14px;
	color: #333;
	border:1px #cccccc solid;border-radius:20px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.sb-search-input::-webkit-input-placeholder {
	color: #333;
}

.sb-search-input:-moz-placeholder {
	color: #333;
}

.sb-search-input::-moz-placeholder {
	color: #333;
}

.sb-search-input:-ms-input-placeholder {
	color: #333;
}

.sb-icon-search,
.sb-search-submit  {
	width:32px;
	height:32px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height:32px;
	text-align: center;
	cursor: pointer;
	bcorder:1px #cccccc solid;
        /*background:url(/eportal/imageDir/mintaibank/2020/12/2020122911141319218.jpg) no-repeat right top;*/
        background:url(/eportal/imageDir/mintaibank/2021/01/2021010514573441435.png) no-repeat right top;
}

.sb-search-submit {
	 /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* IE 8 */
    filter: alpha(opacity=10); /* IE 5-7 */
    opacity: 10;
	color: transparent;
	border: none;
	outline: none;
        z-index:1;
	
}

.sb-icon-search {
	color: #fff;
	
	z-index: 999;
	font-size: 14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}



/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	
	color: #fff;
	z-index: 999;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 9999;
}